'Weak Dependency Graph [60.0]'
------------------------------
Answer:           YES(?,O(n^1))
Input Problem:    innermost runtime-complexity with respect to
  Rules:
    {  implies(not(x), y) -> or(x, y)
     , implies(not(x), or(y, z)) -> implies(y, or(x, z))
     , implies(x, or(y, z)) -> or(y, implies(x, z))}

Details:         
  We have computed the following set of weak (innermost) dependency pairs:
   {  implies^#(not(x), y) -> c_0()
    , implies^#(not(x), or(y, z)) -> c_1(implies^#(y, or(x, z)))
    , implies^#(x, or(y, z)) -> c_2(implies^#(x, z))}
  
  The usable rules are:
   {}
  
  The estimated dependency graph contains the following edges:
   {implies^#(not(x), or(y, z)) -> c_1(implies^#(y, or(x, z)))}
     ==> {implies^#(x, or(y, z)) -> c_2(implies^#(x, z))}
   {implies^#(not(x), or(y, z)) -> c_1(implies^#(y, or(x, z)))}
     ==> {implies^#(not(x), or(y, z)) -> c_1(implies^#(y, or(x, z)))}
   {implies^#(not(x), or(y, z)) -> c_1(implies^#(y, or(x, z)))}
     ==> {implies^#(not(x), y) -> c_0()}
   {implies^#(x, or(y, z)) -> c_2(implies^#(x, z))}
     ==> {implies^#(x, or(y, z)) -> c_2(implies^#(x, z))}
   {implies^#(x, or(y, z)) -> c_2(implies^#(x, z))}
     ==> {implies^#(not(x), or(y, z)) -> c_1(implies^#(y, or(x, z)))}
   {implies^#(x, or(y, z)) -> c_2(implies^#(x, z))}
     ==> {implies^#(not(x), y) -> c_0()}
  
  We consider the following path(s):
   1) {  implies^#(not(x), or(y, z)) -> c_1(implies^#(y, or(x, z)))
       , implies^#(x, or(y, z)) -> c_2(implies^#(x, z))}
      
      The usable rules for this path are empty.
      
        We have oriented the usable rules with the following strongly linear interpretation:
          Interpretation Functions:
           implies(x1, x2) = [0] x1 + [0] x2 + [0]
           not(x1) = [0] x1 + [0]
           or(x1, x2) = [0] x1 + [0] x2 + [0]
           implies^#(x1, x2) = [0] x1 + [0] x2 + [0]
           c_0() = [0]
           c_1(x1) = [0] x1 + [0]
           c_2(x1) = [0] x1 + [0]
        
        We have applied the subprocessor on the resulting DP-problem:
        
          'Weight Gap Principle'
          ----------------------
          Answer:           YES(?,O(n^1))
          Input Problem:    innermost DP runtime-complexity with respect to
            Strict Rules:
              {  implies^#(not(x), or(y, z)) -> c_1(implies^#(y, or(x, z)))
               , implies^#(x, or(y, z)) -> c_2(implies^#(x, z))}
            Weak Rules: {}
          
          Details:         
            We apply the weight gap principle, strictly orienting the rules
            {implies^#(not(x), or(y, z)) -> c_1(implies^#(y, or(x, z)))}
            and weakly orienting the rules
            {}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {implies^#(not(x), or(y, z)) -> c_1(implies^#(y, or(x, z)))}
              
              Details:
                 Interpretation Functions:
                  implies(x1, x2) = [0] x1 + [0] x2 + [0]
                  not(x1) = [1] x1 + [8]
                  or(x1, x2) = [1] x1 + [1] x2 + [0]
                  implies^#(x1, x2) = [1] x1 + [1] x2 + [0]
                  c_0() = [0]
                  c_1(x1) = [1] x1 + [5]
                  c_2(x1) = [1] x1 + [0]
              
            Finally we apply the subprocessor
            We apply the weight gap principle, strictly orienting the rules
            {implies^#(x, or(y, z)) -> c_2(implies^#(x, z))}
            and weakly orienting the rules
            {implies^#(not(x), or(y, z)) -> c_1(implies^#(y, or(x, z)))}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {implies^#(x, or(y, z)) -> c_2(implies^#(x, z))}
              
              Details:
                 Interpretation Functions:
                  implies(x1, x2) = [0] x1 + [0] x2 + [0]
                  not(x1) = [1] x1 + [8]
                  or(x1, x2) = [1] x1 + [1] x2 + [8]
                  implies^#(x1, x2) = [1] x1 + [1] x2 + [1]
                  c_0() = [0]
                  c_1(x1) = [1] x1 + [3]
                  c_2(x1) = [1] x1 + [0]
              
            Finally we apply the subprocessor
            'Empty TRS'
            -----------
            Answer:           YES(?,O(1))
            Input Problem:    innermost DP runtime-complexity with respect to
              Strict Rules: {}
              Weak Rules:
                {  implies^#(x, or(y, z)) -> c_2(implies^#(x, z))
                 , implies^#(not(x), or(y, z)) -> c_1(implies^#(y, or(x, z)))}
            
            Details:         
              The given problem does not contain any strict rules
      
   2) {  implies^#(not(x), or(y, z)) -> c_1(implies^#(y, or(x, z)))
       , implies^#(x, or(y, z)) -> c_2(implies^#(x, z))
       , implies^#(not(x), y) -> c_0()}
      
      The usable rules for this path are empty.
      
        We have oriented the usable rules with the following strongly linear interpretation:
          Interpretation Functions:
           implies(x1, x2) = [0] x1 + [0] x2 + [0]
           not(x1) = [0] x1 + [0]
           or(x1, x2) = [0] x1 + [0] x2 + [0]
           implies^#(x1, x2) = [0] x1 + [0] x2 + [0]
           c_0() = [0]
           c_1(x1) = [0] x1 + [0]
           c_2(x1) = [0] x1 + [0]
        
        We have applied the subprocessor on the resulting DP-problem:
        
          'Weight Gap Principle'
          ----------------------
          Answer:           YES(?,O(n^1))
          Input Problem:    innermost DP runtime-complexity with respect to
            Strict Rules: {implies^#(not(x), y) -> c_0()}
            Weak Rules:
              {  implies^#(not(x), or(y, z)) -> c_1(implies^#(y, or(x, z)))
               , implies^#(x, or(y, z)) -> c_2(implies^#(x, z))}
          
          Details:         
            We apply the weight gap principle, strictly orienting the rules
            {implies^#(not(x), y) -> c_0()}
            and weakly orienting the rules
            {  implies^#(not(x), or(y, z)) -> c_1(implies^#(y, or(x, z)))
             , implies^#(x, or(y, z)) -> c_2(implies^#(x, z))}
            using the following strongly linear interpretation:
              Processor 'Matrix Interpretation' oriented the following rules strictly:
              
              {implies^#(not(x), y) -> c_0()}
              
              Details:
                 Interpretation Functions:
                  implies(x1, x2) = [0] x1 + [0] x2 + [0]
                  not(x1) = [1] x1 + [0]
                  or(x1, x2) = [1] x1 + [1] x2 + [0]
                  implies^#(x1, x2) = [1] x1 + [1] x2 + [1]
                  c_0() = [0]
                  c_1(x1) = [1] x1 + [0]
                  c_2(x1) = [1] x1 + [0]
              
            Finally we apply the subprocessor
            'Empty TRS'
            -----------
            Answer:           YES(?,O(1))
            Input Problem:    innermost DP runtime-complexity with respect to
              Strict Rules: {}
              Weak Rules:
                {  implies^#(not(x), y) -> c_0()
                 , implies^#(not(x), or(y, z)) -> c_1(implies^#(y, or(x, z)))
                 , implies^#(x, or(y, z)) -> c_2(implies^#(x, z))}
            
            Details:         
              The given problem does not contain any strict rules